home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Precos 4.97 Computer 2000
/
Precos 4.97 Computer 2000.iso
/
mac
/
Info
/
5Networking
/
3COM
/
3C90XX.EXE
/
DISK1
/
HELP
/
NETWARE.410
< prev
next >
Wrap
Text File
|
1996-10-25
|
4KB
|
98 lines
3Com (R) Corporation
EtherDisk (R) Diskette for the
3C90X Fast EtherLink XL/EtherLink XL Bus Master NIC Family
NetWare 4.10 Server Driver Installation Notes
This file contains information for installing the ODI server driver into
a NetWare version 4.10 server. You can install this driver by using the
program to copy the driver to the server's hard disk, and then manually
loading the driver. Alternatively, you can import this driver when
installing the NetWare 4.10 server software.
Installing the Server Driver into a NetWare 4.10 Server
------------------------------------------------------
To import the server driver into a NetWare 4.10 server, follow these steps:
1. Install the server software in the usual way. When the NIC
selection menu appears, place the EtherDisk 1 diskette in the floppy
drive.
2. Press [Insert].
This key tells the server installation program you want to add a
driver externally.
3. Press [F3].
This key tells the server installation program you want to change
the path.
4. When you see the prompt A:\, type:
NWSERVER
The installation program will gather the files and prompt you for a
NIC selection.
5. Press [Enter] to continue the server installation.
NOTE: You must copy *.NLM files (exept for MSM31X.NLM) from the
\NWSERVER subdirectory of the EtherDisk 1 diskette to the
same location as the server driver.
Manually Updating an Existing Server Driver
-------------------------------------------
1. To update an existing server driver manually, copy all of the files
from the \NWSERVER subdirectory (exept for MSM31X.NLM) on the
EtherDisk 1 diskette to the server hard disk.
2. Boot the server and launch the Install program.
3. Edit the AUTOEXEC.NCF file to add the following line (assuming the
server start directory is C:\SERVER, where the LAN drivers and NLM
files were copied):
LOAD C:\SERVER\3C90X.LAN PORT=<portnumber>
The <portnumber> variable is the hexadecimal port number of the PCI
NIC. This address can be obtained from the Configuration and
Diagnostic Program.
Multiple NICs
-----------------
To support more than one NIC in a server, change the AUTOEXEC.NCF file
to the format shown below:
load C:\SERVER\3C90X.LAN PORT=<port1> NAME=<name1> FRAME=<frametype>
load C:\SERVER\3C90X.LAN PORT=<port2> NAME=<name2> FRAME=<frametype>
where <port1> and <port2> are the NICs' PCI port addresses and <name1>
and <name2> are user-specified names that you assign to distinguish the
multiple NICs.
The FRAME parameter is optional. The default frame type is
Ethernet_802.2. If you want the ODI server driver to support more
than one frame type, then both the unique NAME= and FRAME= parameters
must be paired on each load driver line. The valid frame types are
Ethernet_802.2, Ethernet_802.3, Ethernet_II, and Ethernet_SNAP.
The protocol(s) must be bound to the specific driver configuration using
the user-assigned unique names. The following example shows how this can be
done:
load C:\SERVER\3C90X.LAN PORT=1000 FRAME=Ethernet_802.3 NAME=ADPONE
load C:\SERVER\3C90X.LAN PORT=2000 FRAME=Ethernet_II NAME=ADPTWO
bind IPX to ADPONE
bind IPX to ADPTWO
The examples used may require other parameters to work properly.
Consult the appropriate Novell NetWare manuals for details.
(%VER NETWARE.410 - NetWare 4.10 Server v1.0d)